Esx Settings Clusters Configuration ValidationError

Esx Settings Clusters Configuration ValidationError
Esx Settings Clusters Configuration ValidationError

The Esx Settings Clusters Configuration ValidationError schema contains properties that describes a validation error in the configuration.

This schema was added in vSphere API 8.0.1.0.

JSON Example
{
    "path": "string",
    "messages": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
path
Required

Full path to the configuration or the property within the configuration which was found to be invalid.

This property was added in vSphere API 8.0.1.0.

messages
Required

Localized error message describing the validation error.

This property was added in vSphere API 8.0.1.0.